{ "version": 4, "terraform_version": "1.5.4", "serial": 179, "lineage": "c0296283-23c6-c619-f418-1f1d3d605e9e", "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-7cb4c89e7b3f53506", "ami": "ami-c6c2f8b6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-44aaa16e"], "subnet_id": "subnet-0da8d368", "key_name": "prod-deploy-key" } } ] } ] }