{ "version": 4, "terraform_version": "1.6.1", "serial": 186, "lineage": "b5e6ad60-4ed7-9b1f-979f-de45ba456daa", "outputs": { "db_endpoint": { "value": "db-3.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-feb28a930c7add7e1", "ami": "ami-c24669d1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2bee99cf"], "subnet_id": "subnet-4c968cca", "key_name": "prod-deploy-key" } } ] } ] }