{ "version": 4, "terraform_version": "1.8.9", "serial": 445, "lineage": "527ea124-ce16-bfc6-bb61-525dc5beddbe", "outputs": { "db_endpoint": { "value": "db-4.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-9266a0905e0c59dcc", "ami": "ami-9b835b0a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8e6ac43e"], "subnet_id": "subnet-318b4a42", "key_name": "prod-deploy-key" } } ] } ] }