{ "version": 4, "terraform_version": "1.8.6", "serial": 411, "lineage": "34996275-70fe-222a-6838-89609af8d8b2", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4bcec7a80285930cd", "ami": "ami-4e8d9e4b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad0b861a"], "subnet_id": "subnet-16a910ba", "key_name": "prod-deploy-key" } } ] } ] }